home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / gardenin.swf / scripts / DefineSprite_590 / frame_25 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  282 b   |  13 lines

  1. if(_parent._parent.mc._currentframe == 1)
  2. {
  3.    _parent._parent.mc.gotoAndStop(3);
  4. }
  5. if(_parent.weed_mc._currentframe == 1)
  6. {
  7.    _parent.flower_mc.mc.play();
  8. }
  9. else if(_parent.weed_mc.mc._currentframe != _parent.weed_mc.mc._totalframes)
  10. {
  11.    _parent.weed_mc.mc.play();
  12. }
  13.